run-time support - определение. Что такое run-time support
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое run-time support - определение

WIKIMEDIA DISAMBIGUATION PAGE
Run-time; Run time (disambiguation); Run time (computing); Runtime behavior; Run time; Runtime (disambiguation)
Найдено результатов: 7032
run-time support      
Runtime (program lifecycle phase)         
PROGRAM LIFECYCLE PHASE, TIME DURING WHICH A PROGRAM IS RUNNING (EXECUTING)
Execution time; Runtime performance; Runtime error; Run-time error; Runtime errors; Run time error; At runtime; Run-time behaviour; Integer divide by zero; Runtime (computing); Run time (program lifecycle phase); Running (computing)
In computer science, runtime, run time, or execution time is the final phase of a computer programs life cycle, in which the code is being executed on the computer's central processing unit (CPU) as machine code. In other words, "runtime" is the running phase of a program.
run-time error         
PROGRAM LIFECYCLE PHASE, TIME DURING WHICH A PROGRAM IS RUNNING (EXECUTING)
Execution time; Runtime performance; Runtime error; Run-time error; Runtime errors; Run time error; At runtime; Run-time behaviour; Integer divide by zero; Runtime (computing); Run time (program lifecycle phase); Running (computing)
<programming> An error in the execution of a program which occurs at run time, as opposed to a compile-time error. A good programming language should, among other things, aim to replace run-time errors by compile-time errors. Language features such as strong typing help. A good program should attempt to avoid run-time errors by, for example, checking that their input data is sensible. Where this is not possible, the program should attempt to detect the error and handle it gracefully rather than just exiting via the language or operating system's default handler. Here again, a good language will make this easy to do (or at least possible). See also abort, core dump, GPF. (1997-01-13)
RTTI         
C++ MECHANISM THAT EXPOSES INFORMATION ABOUT AN OBJECT'S DATA TYPE AT RUNTIME
RTTI; Runtime Type Information; Typeid; Runtime type information; Run time type information; Run Time Type Information; RunTime Type Information; Run-time Type Information; Run-Time Type Information; Dynamic cast; Type info; Dynamic casting; Runtime type identification; Java.lang.ClassCastException
Run-Time Type Identification (Reference: ANSI)
Run-Time Type Information         
C++ MECHANISM THAT EXPOSES INFORMATION ABOUT AN OBJECT'S DATA TYPE AT RUNTIME
RTTI; Runtime Type Information; Typeid; Runtime type information; Run time type information; Run Time Type Information; RunTime Type Information; Run-time Type Information; Run-Time Type Information; Dynamic cast; Type info; Dynamic casting; Runtime type identification; Java.lang.ClassCastException
<compiler> (RTTI) Facilities included in C++ compilers to allow the type of an object to be determined at run time. This facility, found in good C++ compilers and some other high level languages, adds type information to memory resident objects (i.e. type name or unique type-id). This allows the run-time system to determine if an object is of a specific type, for example, to ensure that a cast of an object is valid. (1996-04-15)
RTTI         
C++ MECHANISM THAT EXPOSES INFORMATION ABOUT AN OBJECT'S DATA TYPE AT RUNTIME
RTTI; Runtime Type Information; Typeid; Runtime type information; Run time type information; Run Time Type Information; RunTime Type Information; Run-time Type Information; Run-Time Type Information; Dynamic cast; Type info; Dynamic casting; Runtime type identification; Java.lang.ClassCastException
Run-time type information         
C++ MECHANISM THAT EXPOSES INFORMATION ABOUT AN OBJECT'S DATA TYPE AT RUNTIME
RTTI; Runtime Type Information; Typeid; Runtime type information; Run time type information; Run Time Type Information; RunTime Type Information; Run-time Type Information; Run-Time Type Information; Dynamic cast; Type info; Dynamic casting; Runtime type identification; Java.lang.ClassCastException
In computer programming, run-time type information or run-time type identification (RTTI) is a feature of some programming languages (such as C++, Object Pascal, and Ada) that exposes information about an object's data type at runtime. Run-time type information may be available for all types or only to types that explicitly have it (as is the case with Ada).
G run         
  • Play}} contains both [[hammer-on]]s and a [[pull-off]].
  • Play}}.
BLUEGRASS GUITAR LICK
G-run; Flatt run
In bluegrass and other music, the G run (G-run), or Flatt run (presumably after Lester Flatt), is a stereotypical ending used as a basis for improvisation on the guitar. It is the most popular run in bluegrass, the second being "Shave and a Haircut".
Runtime system         
SYSTEM THAT PROVIDES BEHAVIOR NEEDED BY RUNNING CODE; PRIMARILY IMPLEMENTS PORTIONS OF AN EXECUTION MODEL
Run-time environment; Runtime engine; Runtime environment; Run time environment; Run time system; Running environment; Run-time engine; Runtime environments; Run-time system
In computer programming, a runtime system or runtime environment is a sub-system that exists both in the computer where a program is created, as well as in the computers where the program is intended to be run. The name comes from the compile time and runtime division from compiled languages, which similarly distinguishes the computer processes involved in the creation of a program (compilation) and its execution in the target machine (the run time).
run-time system         
SYSTEM THAT PROVIDES BEHAVIOR NEEDED BY RUNNING CODE; PRIMARILY IMPLEMENTS PORTIONS OF AN EXECUTION MODEL
Run-time environment; Runtime engine; Runtime environment; Run time environment; Run time system; Running environment; Run-time engine; Runtime environments; Run-time system
<programming> (RTS, run-time support, run-time) Library code and processes which support software written in a particular language running on a particular platform. The RTS typically deals with details of the interface between the program and the operating system such as system calls, program start-up and termination, and memory management. (1999-07-26)

Википедия

Runtime

Runtime, run-time, or run time may refer to: